Demo Identity Credential
A demonstration verifiable credential for identity verification. This credential can be used as a template for creating your own VCTM credentials.
Credential Template Preview
Credential Type
- VCT URI
https://example.com/credentials/demo-identity
Display Properties
en-US
- Name
- Demo Identity Credential
- Description
- A demonstration verifiable credential for identity verification. This credential can be used as a template for creating your own VCTM credentials.
Claims
| Path | Display Name |
|---|---|
family_name |
|
birth_date |
|
email |
|
nationality |
|
national_id |
|
given_name |
Source
- Repository
- leifj/vctm-template
- Commit
623891fbfa354942eb2b89c80ace02cac7a1fce5- Last Updated
- 2026-02-13T13:01:56Z
Raw JSON Download
{
"vct": "https://example.com/credentials/demo-identity",
"name": "Demo Identity Credential",
"description": "A demonstration verifiable credential for identity verification. This credential can be used as a template for creating your own VCTM credentials.",
"display": [
{
"locale": "en-US",
"name": "Demo Identity Credential",
"description": "A demonstration verifiable credential for identity verification. This credential can be used as a template for creating your own VCTM credentials.",
"rendering": {
"simple": {
"logo": {
"uri": "https://github.com/leifj/vctm-template/raw/vctm/images/logo.svg",
"uri#integrity": "sha256-1Tai/KxfxsQPIszTzo3IxYVM29r9AkWGgoirDfq7NXU=",
"alt_text": "Logo"
},
"background_color": "#1a365d",
"text_color": "#ffffff"
},
"svg_templates": [
{
"uri": "https://github.com/leifj/vctm-template/raw/vctm/images/logo.svg",
"uri#integrity": "sha256-1Tai/KxfxsQPIszTzo3IxYVM29r9AkWGgoirDfq7NXU="
}
]
}
}
],
"claims": [
{
"path": [
"family_name"
],
"display": [
{
"locale": "en-US",
"label": "Family Name",
"description": "The family name of the credential holder"
},
{
"locale": "de-DE",
"label": "Familienname",
"description": "Der Familienname des Inhabers"
},
{
"locale": "fr",
"label": "Nom de famille",
"description": "Le nom de famille du titulaire"
}
],
"mandatory": true
},
{
"path": [
"birth_date"
],
"display": [
{
"locale": "en-US",
"label": "Date of Birth",
"description": "Date of birth of the holder"
},
{
"locale": "de-DE",
"label": "Geburtsdatum",
"description": "Geburtsdatum des Inhabers"
},
{
"locale": "fr",
"label": "Date de naissance",
"description": "Date de naissance du titulaire"
}
],
"sd": "always"
},
{
"path": [
"email"
],
"display": [
{
"locale": "en-US",
"label": "Email",
"description": "Email address of the holder"
}
]
},
{
"path": [
"nationality"
],
"display": [
{
"locale": "en-US",
"label": "Nationality",
"description": "Nationality of the credential holder"
},
{
"locale": "de-DE",
"label": "Staatsangehörigkeit",
"description": "Staatsangehörigkeit des Inhabers"
},
{
"locale": "fr",
"label": "Nationalité",
"description": "Nationalité du titulaire"
}
]
},
{
"path": [
"national_id"
],
"display": [
{
"locale": "en-US",
"label": "National ID",
"description": "National identification number"
}
],
"sd": "always"
},
{
"path": [
"given_name"
],
"display": [
{
"locale": "en-US",
"label": "Given Name",
"description": "The given name of the credential holder"
},
{
"locale": "de-DE",
"label": "Vorname",
"description": "Der Vorname des Inhabers"
},
{
"locale": "fr",
"label": "Prénom",
"description": "Le prénom du titulaire"
}
],
"mandatory": true
}
]
}